Get Personalized HomeFeed Card Details
This API will get the Data of Personalized HomeFeed mapped to content in CMS. Currently only Motivations has Personalized Home Feed.
- Request Type : GET
- End Point URL : /v1/getPersonalizedHomeFeedCards
- Authorization : basic_auth
Parameters :
Parameter | Description |
---|---|
aokid* | AOK id is the AOK specefic unique id. It will filter and get AOK specific content. |
id* | id here is the content id, id query param will filter the results by content id. Multiple Ids(comma separated) can be used |
Note : * params are required. |
- Sample URL : http://site_url/v1/getPersonalizedHomeFeedCards?aokid=aokbw&id=509
- Response Success Code : 200 OK
- Sample Response
[
{
"type": "Motivation",
"contentId": 509,
"cardtitle": "Test motivation",
"description": "Den Hund ausführen und dabei in Bewegung bleiben.",
"iconName": "motivation_icon",
"iconURLString": "",
"imageURLString": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/bw-komoot/komoot-activities/Gassigehen.jpg ",
"category": "Test category value"
},
{
"type": "Motivation",
"contentId": 507,
"cardtitle": "Lockere Wanderung",
"description": "Unternehme Wanderungen für Anfänger und Genießer.",
"iconName": "motivation_icon",
"iconURLString": "",
"imageURLString": "http://dev-cms.navida-cloud.plus.aok.de/sites/default/files/bw-komoot/komoot-activities/Wandern.jpg ",
"category": "Test category"
}
]